docs: cross-link the ssrf-guard-js sibling from README + docs index#16
Merged
Conversation
The JS/TS port (@devslab/ssrf-guard-js) has been on public npm since 0.3.0 and the org profile links both projects, but nothing in this repo pointed readers at it — a Java reader asking 'is there a JS version?' had no answer. New section in both READMEs (before Requirements) and a row in the docs-site index's 'Where it lives' list, mapping the surfaces: validateUrl <-> UrlPolicy, safeFetch <-> the DNS-time guards, guardedFetch for Workers/browsers, and guardToolInputJson <-> -llm/-springai/-langchain4j.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The JS/TS port (
@devslab/ssrf-guard-js) has been on public npm since 0.3.0 and the org profile lists both projects — but nothing in this repo pointed readers at it.validateUrl↔UrlPolicy,safeFetch↔ this project's DNS-time guards,guardedFetchfor Workers/browsers,guardToolInputJson↔-llm/-springai/-langchain4j.Docs-only — no code, no version bump.
Context
Part of the guardedFetch rollout on the JS side (ssrf-guard-js#10).